home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / rexx / FWCalendar.readme < prev    next >
Encoding:
Text File  |  1999-03-02  |  7.4 KB  |  204 lines

  1. Short:    THE calendar creator for FW & Pagestream
  2. Author:   Ron Goertz
  3. Uploader: rgoertz@wsu.edu
  4. Type:     util/rexx
  5. Replaces: util/rexx/FWCalendar*
  6.  
  7.  
  8. A macro for creating calendars in Final Writer v4+ and PageStream v3+, and a macro for adding
  9. events to those calendars.
  10.  
  11. Features:
  12.    Over 100 user-definable variables
  13.    Same program works with Final Writer & PageStream!
  14.    Calendars are fully resizable by changing only the margins - no
  15.       need to change font sizes!
  16.    Start the calendar on any day of the week (eg, Monday, Tuesday, ..., Sunday)
  17.  
  18.    Mini calendars
  19.    "Shadowed" days from previous/next months
  20.    Different backgrounds for weekends, highlights, and holidays
  21.    Option to print full year on a single page
  22.    Add Julian dates
  23.    Add sunrise/sunset times (via SunCalc)
  24.    Add sequential week numbers
  25.  
  26.    Automatic holidays
  27.    Multiple holidays on a day
  28.    Easter and Easter-based events can be included
  29.  
  30.    Single-day events
  31.    Multi-day/week events
  32.    Multiple-line events
  33.    Repeated weekly events
  34.    Boxed events
  35.  
  36.    Fully localized
  37.    Full control over colors and fonts
  38.    Test Mode to verify variables (FW version only)
  39.    Separate settings for Monthly and Yearly calendars
  40.    Launch a program or macro after the calendar is done
  41.    Y2K Compliant!
  42.  
  43.  
  44. CALENDAR MACRO HISTORY
  45.  
  46. 3.15  16 Feb 99
  47.       Changed a command to allow macro to work with pre-v 3.4 PageStream
  48.  
  49. 3.10  14 Feb 99
  50.       Added StretchDate variable
  51.       Added Font.Highlight variable (can be different from Font.Date)
  52.       Improved French translation file (thanks Pierre!)
  53.       Improved print routines to allow both single and double quotes
  54.       CAUTION: Calendars created not compatible with pre-v 3.10 AddEvent.rexx
  55.       Allowed for the absence of any Highlight data
  56.  
  57. 3.05  13 Feb 99
  58.       Added Swedish FWCalendar.data file (thanks Börje!)
  59.       Added option to print week number
  60.       Added text colors for Julian days, weeknumbers, and sunrise/sunset times
  61.       Added text prefixes for Julian days, weeknumbers, and sunrise/sunset times
  62.  
  63. 3.02  7 Feb 99
  64.       Fixed an even smaller bug in TestMode
  65.  
  66. 3.01  6 Feb 99
  67.       Fixed a small bug in TestMode
  68.  
  69. 3.00  1 Feb 99
  70.       Extensive re-write - CHECK YOUR VARIABLES!
  71.       Fully scaleable
  72.       Works on Final Writer AND Pagestream
  73.       Fully localizable (see localization)
  74.       Updated Spanish data file
  75.       Added Julian dates
  76.       Added sunrise/sunset times (via SunCalc)
  77.       Added the ability to launch a program or macro after the calendar is done
  78.  
  79. 2.25  29 Dec 98
  80.       Separate data files can be used for Yearly and Monthly calendars
  81.       Added 'Orientation' ('Tall' or 'Wide') to variables
  82.       Multiple highlights on a single date improved (NO limitations!)
  83.       Floating date for Easter determined
  84.       Events based on time-after-Easter added (see Installation instructions)
  85.       Fixed the part of the Guide explaining how floating dates are calculated
  86.       Fixed the entry for calculating Thanksgiving (wrong on a recent upload, though
  87.          previously working?)
  88.       Fixed the year for mini-calendars printed at the turn of the year (also wrong
  89.          on a recent upload, though previously working)
  90.  
  91. 2.20  10 Oct 98
  92.       Multiple highlights on a single date are now allowed (see Highlights)
  93.  
  94. 2.15  Allowed true cancellation of the "Save changes to document?" requestor
  95.       Added a TestMode to check the variables in the FWCalendar.data file.
  96.       Corrected the order in which user variables are read; resulted in the
  97.          proper use of localized values for BlackName and WhiteName.
  98.       If Extended mode is turned off, the empty boxes are no longer drawn
  99.  
  100. 2.10  Moved ALL user variables to FWCalendar.data file
  101.       Added control over colors for about everything (see variables)
  102.       Re-wrote (cleaned up) LOTS of the code
  103.  
  104. 2.05  Not a version change, because it's exactly the same as the previous
  105.          version 2.05 without my mistake of accidentally commenting out two
  106.          essential lines. Do have some updates to the German and Italian
  107.          translation (FWCalendar.data) files, though. SORRY!
  108.  
  109. 2.05  Deleted my hard-coded margins. Oops!
  110.       Canned the FW requestors in favor of Reqtools requestors
  111.       Changed the way the upper area (the area with the mini-calendars
  112.          and the month name) is calculated to allow for hard-coding margins
  113.          (Dieter Zimmermann wanted his calendars to appear on the lower half
  114.          of a portrait-oriented page, presumably to allow the addition of a
  115.          picture on the upper half. Good idea, Dieter!)
  116.  
  117. 2.0   Now 'localized' for American, German, Spanish, French,
  118.          Italian, and Portugese
  119.  
  120. 1.4   Full-year calendar now fills the full page
  121.       Font widths now work
  122.  
  123. 1.3   Fixed macro to allow use of a comma for the decimal point
  124.          instead of the period
  125.  
  126. 1.2   Added box/bold of highlight dates in mini-calendars
  127.       Added option to print full year of calendars on a single
  128.          page
  129.  
  130. 1.1   de-Americanized macro (no longer assumes US Letter paper
  131.          and inch units)
  132.  
  133. 1.01  Corrected default margins
  134.       Removed my personal highlights
  135.       Set default fonts to more likely locations
  136.  
  137. 1.0   First release
  138.  
  139. ADDEVENT MACRO HISTORY
  140.  
  141. 3.15  16 Feb 99
  142.       Changed a command to allow macro to work with pre-v 3.4 PageStream
  143.  
  144. 3.10  14 Feb 99
  145.       Improved print routines to allow both single and double quotes
  146.       CAUTION: Not compatible with pre-v 3.10 FWCalendars
  147.  
  148. 3.00  1 Feb 99
  149.       Fully localizable (see localization)
  150.       Can use either MUIRexx (recommended) or Gui4Cli
  151.  
  152. 2.50  29 Dec 98
  153.       Fixed some calls that may or may not have caused some people problems
  154.  
  155. 2.45  10 Oct 98
  156.       Modified slightly to work around the fact that on some machines the
  157.          Gui4Cli routine signalled that it was done before it really was.
  158.  
  159. 2.40  Accommodated changes in FWCalendar.data file
  160.  
  161. 2.35  Accommodated the upper-area-calculation change made in FWCalendar.rexx
  162.          macro.
  163.  
  164. 2.3   Fixed bug that didn't allow the close gadget to work
  165.       Now 'localized' for American, German, Spanish, French,
  166.          Italian, and Portugese
  167.  
  168. 2.2   Can now (indirectly) enter the '$' in events (see User Variables)
  169.  
  170. 2.1   Fixed macro to allow use of a comma for the decimal point
  171.          instead of the period
  172.  
  173. 2.0   Now REQUIRES Gui4Cli, but what an improvement!
  174.       Can enter weekly events
  175.  
  176. 1.2   de-Americanized macro (no longer assumes US Letter paper
  177.         and inch units)
  178.  
  179. 1.1   Corrected default margins
  180.       Set default fonts to more likely locations
  181.       Added multi-line, auto-breaking, non-boxed events
  182.  
  183. 1.0   First release
  184.  
  185.  
  186. ============================= Archive contents =============================
  187.  
  188. Original  Packed Ratio    Date     Time    Name
  189. -------- ------- ----- --------- --------  -------------
  190.      717     334 53.4% 10-Sep-98 22:50:36  FWCalendar.info
  191.    25375    7265 71.3% 16-Feb-99 22:30:20 +AddEvent.rexx
  192.     1762     679 61.4% 15-Feb-99 11:12:38 +FWCalendar.data
  193.     1987     881 55.6% 15-Feb-99 11:17:54 +FWCalendar.data
  194.     1945     876 54.9% 15-Feb-99 11:15:52 +FWCalendar.data
  195.     1377     688 50.0% 15-Feb-99 11:17:04 +FWCalendar.data
  196.    55909   14946 73.2% 17-Feb-99 17:47:20 +FWCalendar.Guide
  197.    43941   11146 74.6% 16-Feb-99 22:21:30 +FWCalendar.rexx
  198.     3250     853 73.7% 22-Dec-98 11:58:26 +FWCalendarE.data
  199.     1053     502 52.3% 15-Feb-99 11:16:48 +FWCalendar.data
  200.      734     386 47.4% 15-Feb-99 11:16:22 +FWCalendar.data
  201.     1929     827 57.1% 15-Feb-99 11:16:06 +FWCalendar.data
  202. -------- ------- ----- --------- --------
  203.   139979   39383 71.8% 20-Feb-99 01:00:22   12 files
  204.